home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n22.arc / CHANGED.BAT < prev    next >
DOS Batch File  |  1991-12-08  |  442b  |  19 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO A search for Drive C files with an archive attribute is under way.
  5. ECHO.
  6. ECHO Please WAIT.  I will beep when finished.
  7. ATTRIB C:\*.* /S | FIND " A " > C:\BATCH\0.ASC
  8. ATTRIB -A C:\BATCH\0.ASC
  9. ECHO.
  10. ECHO The search for Drive C files with an archive attribute is complete.
  11. ECHO 
  12. ECHO.
  13. PAUSE
  14. ECHO.
  15. MORE < C:\BATCH\0.ASC
  16. ECHO.
  17. ECHO If you wish to see the list again, view the C:\BATCH\0.ASC file
  18. ECHO.
  19.